#include <src/kernel/pspiofilemgr_kernel.h>
Data Fields | |
| const char * | name |
| The name of the device to add. | |
| u32 | dev_type |
| Device type, this 0x10 is for a filesystem driver. | |
| u32 | unk2 |
| Unknown, set to 0x800. | |
| const char * | name2 |
| This seems to be the same as name but capitalised :/. | |
| PspIoDrvFuncs * | funcs |
| Pointer to a filled out functions table. | |
|
|
Device type, this 0x10 is for a filesystem driver.
|
|
|
Pointer to a filled out functions table.
|
|
|
The name of the device to add.
|
|
|
This seems to be the same as name but capitalised :/.
|
|
|
Unknown, set to 0x800.
|
1.4.6